body{
	font-family: "Source Han Sans", "思源黑体", "微软雅黑", "Microsoft Yahei",sans-serif !important;
}
/*12年沉淀-开始*/
.w1620 {
  padding-left: 7.8vw;
  padding-right: 7.8vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.p105 {
  padding-top: 6.56rem;
}
.HomeTiele {
  text-align: center;
}

.HomeTiele .fs-40 {
  color: #ffffff;
  /* color: #04243D; */
}
.HomeTiele h1, .HomeTiele .h1 {
  font-size: 3rem;
  line-height: 1;
  color: #ffffff;
}

.HomeDomain {
  position: relative;
  background: url("../picture/HomeDomain-bg.jpg") center no-repeat;
  height: auto;
}
.HomeDomain .box {
  /* margin-top: 5.31rem; */
  position: relative;
  width: 95%;
  margin: 5.31rem auto 0;
}
.HomeDomain .box .img {
  text-align: center;
}
.HomeDomain .box .img img {
  width: 80rem;
  margin: 0 auto;
}
.HomeDomain .box .position {
  position: absolute;
  top: 0;
  width: 100%;
}
.HomeDomain .box .position .m {
  display: grid;
  gap: 4.87rem;
}
.HomeDomain .box .position .list .item .top {
  font-size: 3.125rem;
  font-family: "Source Han Sans", "思源黑体", sans-serif;
  color: #ffffff;
  /* color: #04243D; */
  font-weight: 500;
}
.HomeDomain .box .position .list .item .bot {
  /* font-size: 16px; */
  font-size: 18px;
  margin-top: 0.625rem;
  color: #ffffff;
  /* color: #04243D; */
}
.HomeDomain .box .position .list .item:last-child {
  text-align: right;
}
/*从public.css复制过来的*/
.flexBetween {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}


@media screen and (max-width: 769px) {
  .p105 {
  padding-top: 3rem;
}
    .HomeDomain{
    height: 520px;
    }
  .HomeDomain .box {
    margin-top: 2.5rem;
}
  .HomeDomain .box .position .list .item .top{
    font-size: 2rem;
}
.HomeDomain .box .position .m {
  gap: 3.2rem;
}
}
@media screen and (max-width: 1025px) {
  .HomeDomain  .p105{
    padding-top: 2.56rem;
    padding-bottom: 10rem;
  }
   .HomeDomain .box{
     margin: 2rem auto 0;
   }
   .HomeDomain .box .position .list .item .top{
     font-size: 2rem;
 }
 }

/*首页产品中心切换-开始*/

.container {
  margin: 0 auto;
  padding: 120px 0;
}

.product-center {
  display: flex;
  gap: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}
.product-center .fs-40{
  color: #04243D;
}
.left-panel {
  padding: 20px;
  width: 40%;
}

.right-panel {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 2.55rem;
  margin-bottom: 20px;
  font-size: 3rem;
  line-height: 1;
  color: #04243D;
}

/*首页产品中心*/
#categoryList{
    margin: 2rem 0 0;
}
.category {
  padding: 30px 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  border-top: 1px solid #DDDDDD;
}


.category h3 {
  font-size: 24px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #04243D;
}
.category.active  h3{
  color: #D2AE5B;
}

.category-content {
  display: none;
  margin-top: 10px;
}

.category.active .category-content {
  display: block;
  color: #999999;
}

.category p {
  font-size: 16px;
  line-height: 30px;
}

.chevron {
  transition: transform 0.3s;
}

.active .chevron {
  transform: rotate(90deg);
}

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-slide {
  flex: 0 0 100%;
  position: relative;
  overflow: hidden;
}

.carousel-slide img {
  width: 99%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.carousel-button-wrapper {
  position: absolute;
  top: 50%;
  bottom: 0;
  width: 15%;
  height: 5%;
  display: flex;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.carousel-button-wrapper.prev {
  left: 0;
}

.carousel-button-wrapper.next {
  right: 0;
}

.carousel:hover .carousel-button-wrapper {
  opacity: 1;
}

.carousel-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  font-size: 18px;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  z-index: 5;
}

.category-title {
  color: white;
  padding: 10px;
  border-radius: 5px;
  align-self: flex-start;
  font-size: 40px;
  margin: 5% 0 0 5%;
}
.category-span {
  color: white;
  padding: 10px;
  border-radius: 5px;
  align-self: flex-start;
  font-size: 24px;
  margin: 0 0 0 5%;
}

.view-more-btn {
  align-self: flex-end;
  transition: background-color 0.3s;
  margin: 0 50px 0 0;
}

.view-more-btn .more-button{
  background-color: #ffffffc9;
  color: #04243D;
}

.view-more-btn  .more-button__icon-wrapper {
  color: #04243D;
}
.view-more-btn .more-button:hover {
  background-color: #04243D;
  color: #ffffff;
}

.view-more-btn .more-button:hover .more-button__icon-wrapper {
  color: #04243D;
}



@media (max-width: 768px) {
  .product-center {
    flex-direction: column;
  }

  .left-panel,
  .right-panel {
    width: 100%;
    padding: 0;
  }

  .category-title{
    font-size: 26px;
    margin: 0;
}
  .category-span{
    margin: 0;
}
  .view-more-btn{
    margin: 0;
}
}
/*首页产品中心切换 -结束*/


/*首页查看更多按钮-开始*/
.more-button {
  line-height: 1;
  text-decoration: none;
  display: inline-flex;
  border: none;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  background-color: #04243D;
  color: #fff;
  border-radius: 10rem;
  padding: 0.75rem 1.5rem;
  padding-left: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.3s;
}

.more-button__icon-wrapper {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  position: relative;
  color: var(--clr);
  background-color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.more-button:hover {
  background-color: #04243D;
}

.more-button:hover .more-button__icon-wrapper {
  color: #04243D;
}

.more-button__icon-svg--copy {
  position: absolute;
  transform: translate(-150%, 150%);
}

.more-button:hover .more-button__icon-svg:first-child {
  transition: transform 0.3s ease-in-out;
  transform: translate(150%, -150%);
}

.more-button:hover .more-button__icon-svg--copy {
  transition: transform 0.3s ease-in-out 0.1s;
  transform: translate(0);
}
/*首页查看更多按钮-结束*/


@keyframes text-rotation {
  to {
    rotate: 360deg;
  }
}

